home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / game.swf / scripts / frame_9 / DoAction.as
Text File  |  2010-11-09  |  439b  |  21 lines

  1. menustatus = 5;
  2. call("pro");
  3. fadescreen();
  4. _global.rt = this;
  5. rt.op = 0;
  6. createEmptyMovieClip("sfx",60001);
  7. allsfx = ["zclick","zover"];
  8. var i = 0;
  9. while(i < allsfx.length)
  10. {
  11.    this[allsfx[i]] = new sound(sfx);
  12.    this[allsfx[i]].attachsound(allsfx[i]);
  13.    i++;
  14. }
  15. this.createEmptyMovieClip("sfx2",60002);
  16. this.zloop = new sound(sfx2);
  17. this.zloop.attachsound("zloop");
  18. this.zloop.start(0,99999);
  19. loopsound = 1;
  20. stop();
  21.